HexBinaryValue.TryGetBytes(Byte[]) 方法

定义

尝试检索与此 HexBinaryValue 关联的字节(如果可用)。

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

参数

bytes
Byte[]

成功写入的字节数。

返回

字节是否写入成功。

适用于