# GetFormatParameterizedString Method Gets a parameterized formatted string for the specified index. ## Definition **Namespace:** CapyKit.Attributes **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 **C#** ``` C# public string GetFormatParameterizedString( int index = 0 ) ``` **F#** ``` F# member GetFormatParameterizedString : ?index : int (* Defaults: let _index = defaultArg index 0 *) -> string ``` #### Parameters
  Int32  (Optional)
(Optional) Zero-based index of the item in the string to format.
#### Return Value String A formatted string with the specified index and format. ## See Also #### Reference ValueFormatAttribute Class CapyKit.Attributes Namespace