StiPercentageFormatServiceFormat Method (String, Object) |
Formats the specified object in order of regulations and returns a string.
Namespace:
Stimulsoft.Report.Components.TextFormats
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public override string Format(
string stringFormat,
Object arg
)
Public Overrides Function Format (
stringFormat As String,
arg As Object
) As String
Parameters
- stringFormat
- Type: SystemString
String of formatting. - arg
- Type: SystemObject
Object for formatting.
Return Value
Type:
StringFormatted string.
See Also