System.ParameterizedStrings.FormatParam.FormatParam C# (CSharp) Method

FormatParam() public method

Initializes the parameter with a string value.
public FormatParam ( String value ) : System.Collections
value String The value to be stored in the parameter.
return System.Collections
			public FormatParam(String value) : this(0, value ?? string.Empty) { }
			

Same methods

ParameterizedStrings.FormatParam::FormatParam ( Int32 value ) : System.Collections
ParameterizedStrings.FormatParam::FormatParam ( Int32 intValue, String stringValue ) : System.Collections
ParameterizedStrings.FormatParam