







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 ) |
Visual Basic (Declaration) |
---|
Protected Overridable Function Format ( _ format As String, _ fieldName As String _ ) As String |
Visual C++ |
---|
protected: virtual String^ Format( String^ format, String^ fieldName ) |
Parameters
- format
- Type: System..::.String
string containing the formatting
- fieldName
- Type: System..::.String
name of the field that the error ocurred for.