Decimal32.CheckedExplicit(Decimal32 to Byte) Operator

Definition

public:
 static System::Byte op_CheckedExplicit(System::Numerics::Decimal32 value);
public static byte op_CheckedExplicit(System.Numerics.Decimal32 value);
static member op_CheckedExplicit : System.Numerics.Decimal32 -> byte
Public Shared op_CheckedExplicit (value As Decimal32) As Byte

Parameters

value
Decimal32

Returns

Applies to