| SanteDBConvertByteToNullGuid Method |
Byte[] > GUID
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public static Guid? ByteToNullGuid(
byte[] b
)
Public Shared Function ByteToNullGuid (
b As Byte()
) As Guid?
public:
static Nullable<Guid> ByteToNullGuid(
array<unsigned char>^ b
)
static member ByteToNullGuid :
b : byte[] -> Nullable<Guid>
Parameters
- b
- Type: SystemByte
[Missing <param name="b"/> documentation for "M:SanteDB.Core.Model.Map.SanteDBConvert.ByteToNullGuid(System.Byte[])"]
Return Value
Type:
NullableGuid[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.SanteDBConvert.ByteToNullGuid(System.Byte[])"]
See Also