QuantityToString Method (CultureInfo) |
Returns a
String that represents this instance.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ToString(
CultureInfo ci
)
Public Function ToString (
ci As CultureInfo
) As String
public:
String^ ToString(
CultureInfo^ ci
)
member ToString :
ci : CultureInfo -> string
Parameters
- ci
- Type: System.GlobalizationCultureInfo
Return Value
Type:
String
A
String that represents this instance.
See Also