Share via


HexBinaryValue.TryGetBytes(Byte[]) Method

Definition

Attempts to retrieve the bytes associated with this HexBinaryValue if available.

public bool TryGetBytes (out byte[] bytes);
member this.TryGetBytes : Byte[] -> bool
Public Function TryGetBytes (ByRef bytes As Byte()) As Boolean

Parameters

bytes
Byte[]

The bytes if successfully written.

Returns

Whether bytes where successfully written.

Applies to