Method GetStringValue
GetStringValue()
The value of the field as a null
. If null
, the
Declaration
public virtual string GetStringValue()
Returns
Type | Description |
---|---|
System.String | The string representation of the value if it is either a |
Implements
GetStringValue(IFormatProvider)
The value of the field as a null
. If null
, the
Declaration
public virtual string GetStringValue(IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IFormatProvider | provider | An object that supplies culture-specific formatting information. This parameter has no effect if this field is non-numeric. |
Returns
Type | Description |
---|---|
System.String | The string representation of the value if it is either a |
Implements
GetStringValue(String)
The value of the field as a null
. If null
, the
Declaration
public virtual string GetStringValue(string format)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | A standard or custom numeric format string. This parameter has no effect if this field is non-numeric. |
Returns
Type | Description |
---|---|
System.String | The string representation of the value if it is either a |
Implements
GetStringValue(String, IFormatProvider)
The value of the field as a null
. If null
, the
Declaration
public virtual string GetStringValue(string format, IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.String | format | A standard or custom numeric format string. This parameter has no effect if this field is non-numeric. |
IFormatProvider | provider | An object that supplies culture-specific formatting information. This parameter has no effect if this field is non-numeric. |
Returns
Type | Description |
---|---|
System.String | The string representation of the value if it is either a |