mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
1.1 KiB
1.1 KiB
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#
public string GetFormatParameterizedString(
int index = 0
)
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.