Click or drag to resize

CustomPropertyValueToString Method (String, IFormatProvider)

Returns a String that represents this instance.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: SystemString
The format.
formatProvider
Type: SystemIFormatProvider
The format provider.

Return Value

Type: String
A String that represents this instance.

Implements

IFormattableToString(String, IFormatProvider)
See Also