AsNullableClrChar Method
Converts edmValue to a Char value.
Namespace: Microsoft.Data.Edm.EdmToClrConversion
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared Function AsNullableClrChar ( _
edmValue As IEdmValue _
) As Nullable(Of Char)
'Usage
Dim edmValue As IEdmValue
Dim returnValue As Nullable(Of Char)
returnValue = EdmToClrConverter.AsNullableClrChar(edmValue)
public static Nullable<char> AsNullableClrChar(
IEdmValue edmValue
)
public:
static Nullable<wchar_t> AsNullableClrChar(
IEdmValue^ edmValue
)
static member AsNullableClrChar :
edmValue:IEdmValue -> Nullable<char>
public static function AsNullableClrChar(
edmValue : IEdmValue
) : Nullable<char>
Parameters
- edmValue
Type: Microsoft.Data.Edm.Values..::..IEdmValue
The EDM value to be converted.
Return Value
Type: System..::..Nullable< (Of < ( <'Char> ) > ) >
Converted char.
Exceptions
| Exception | Condition |
|---|---|
| InvalidCastException | edmValueIEdmIntegerValue |
| OverflowException | edmValueChar |