HexBinaryValue.TryGetBytes(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.