Convert an object to a GUID. Currently a Guid, Guid?, string or null/DBNull is expected
and most other value types return null.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static Nullable<Guid> ToGuid(
Object val
)
Public Shared Function ToGuid (
val As Object
) As Nullable(Of Guid)
Parameters
- val
- Type: SystemObject
The value to convert.
Return Value
Type:
NullableGuidA nullable Guid representation of the value.
See Also