'Declaration Public Shared Function FromDecimal( _ ByVal value As Decimal _ ) As UniDecimal
public static UniDecimal FromDecimal( decimal value )
Parameters
- value
- Value to convert.
Return Value
A new UniDecimal structure representing the System.Decimal.