Decimal32.EncodeDecimal(Decimal32) 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 System::UInt32 EncodeDecimal(System::Numerics::Decimal32 x);
[System.CLSCompliant(false)]
public static uint EncodeDecimal(System.Numerics.Decimal32 x);
[<System.CLSCompliant(false)>]
static member EncodeDecimal : System.Numerics.Decimal32 -> uint32
Public Shared Function EncodeDecimal (x As Decimal32) As UInteger
Parameters
Returns
- Attributes