Persistate API documentation
Format Method (input, parameters)
NamespacesPersistateUtlFormat(String, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Performs simple string formatting similar to String.Format.
Declaration Syntax
C#
public static string Format(
	string input,
	params Object[] parameters
)
Parameters
input (String)
The format string containing markers.
parameters (array<Object>[]()[][])
The parameters to replace in the format string.
Return Value
The formatted string.
Remarks

This can be used where the format string contains brace characters which are not part of parameter markers - for example in code snippets. The formatting is limited to marker replacement, the markers being of the format "^n^" where n is a 1 or 2 digit zero based parameter number. The parameters supplied can be any type and are converted to string.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)