Click or drag to resize

EAPConvertToGuid Method

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
)

Parameters

val
Type: SystemObject
The value to convert.

Return Value

Type: NullableGuid
A nullable Guid representation of the value.
See Also