Formats a string using the current thread culture.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string FormatCurrentCulture(
	string format,
	params Object[] args
)
Visual Basic (Declaration)
Public Shared Function FormatCurrentCulture ( _
	format As String, _
	ParamArray args As Object() _
) As String

Parameters

format
Type: System..::.String
A composite format string.
args
Type: array<System..::.Object>[]()[]
An object array containing zero or more objects to format.

Return Value

A string containing the formatted objects.

See Also