Decimal128.EncodeDecimal(Decimal128) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
public:
static UInt128 EncodeDecimal(System::Numerics::Decimal128 x);
[System.CLSCompliant(false)]
public static UInt128 EncodeDecimal(System.Numerics.Decimal128 x);
[<System.CLSCompliant(false)>]
static member EncodeDecimal : System.Numerics.Decimal128 -> UInt128
Public Shared Function EncodeDecimal (x As Decimal128) As UInt128
Parameters
Returns
- Attributes