次の方法で共有


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[]

正常に書き込まれた場合のバイト。

戻り値

バイトが正常に書き込まれたかどうか。

適用対象