# GetFormatParameterizedString Method Gets a parameterized formatted string for the specified index. ## Definition **Namespace:** CapyKit.Attributes **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public string GetFormatParameterizedString( int index = 0 ) ``` **F#** ``` F# member GetFormatParameterizedString : ?index : int (* Defaults: let _index = defaultArg index 0 *) -> string ``` #### Parameters