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

FormatParam() public method

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

Same methods

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