Decimal128.CheckedExplicit(Decimal128 to Byte) Operator

Definition

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

Parameters

value
Decimal128

Returns

Applies to