| ConverterToNullableDecimal Method |
Namespace:
Dynamicweb.Core
Assembly:
Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax public static Nullable<decimal> ToNullableDecimal(
Object value
)
Public Shared Function ToNullableDecimal (
value As Object
) As Nullable(Of Decimal)
Parameters
- value
- Type: SystemObject
Return Value
Type:
NullableDecimalSee Also