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

FormatParam() public method

Initializes the parameter with an integer value.
public FormatParam ( Int32 value ) : System.Collections
value Int32 The value to be stored in the parameter.
return System.Collections
			public FormatParam(Int32 value) : this(value, null) { }
			

Same methods

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