gstring icon indicating copy to clipboard operation
gstring copied to clipboard

Format Issue

Open Khaled-Almoukhtar opened this issue 7 years ago • 0 comments

Hi,

This line: gstring gs = gstring.Format("FPS: {0}", 12); will result: FPS: 12

but this one: gstring gs = gstring.Format("{0} FPS", 12);

will result: 12XXXX

Khaled-Almoukhtar avatar May 18 '17 14:05 Khaled-Almoukhtar