CapyKit/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md

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.0

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.

See Also

Reference

ValueFormatAttribute Class
CapyKit.Attributes Namespace