Format Method (String, String, String)

HttpServer.dll

format an error message

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual string Format(
	string format,
	string fieldName,
	string extra
)
Visual Basic (Declaration)
Protected Overridable Function Format ( _
	format As String, _
	fieldName As String, _
	extra As String _
) As String
Visual C++
protected:
virtual String^ Format(
	String^ format, 
	String^ fieldName, 
	String^ extra
)

Parameters

format
Type: System..::.String
string containing the formatting
fieldName
Type: System..::.String
name of the field that the error ocurred for.
extra
Type: System..::.String
extra value in the formatting

Return Value

formatted string

See Also