'Declaration
Sub SetDecimalValue( _ ByVal name As String, _ ByVal value As Nullable(Of Decimal) _ )
void SetDecimalValue( string name, Nullable<decimal> value )
Parameters
- name
- value
'Declaration
Sub SetDecimalValue( _ ByVal name As String, _ ByVal value As Nullable(Of Decimal) _ )
void SetDecimalValue( string name, Nullable<decimal> value )