String ends with... (For modes 2D, 3D, Console)
Returns true if string ends wit given substring.
Was this helpful?
String join (For modes 2D, 3D, Console)
Joins array of strings into the one according to the given parameters.
Was this helpful?
String remove (For modes 2D, 3D, Console)
Removes part of the string according to the given parameters.
Was this helpful?
String replace (For modes 2D, 3D, Console)
Replace in the string one substring with another one.
Was this helpful?
String split (For modes 2D, 3D, Console)
Returns an array of strings, created by splitting the original string by given character.
Was this helpful?
String starts with... (For modes 2D, 3D, Console)
Returns true, if the string starts with the given substring.
Was this helpful?
String substring (For modes 2D, 3D, Console)
Returns given portion of the string.
Was this helpful?
Lower case (For modes 2D, 3D, Console)
Returns string with all letters converted to lower case.
Was this helpful?
Upper case (For modes 2D, 3D, Console)
Returns string with all letters converted to upper case.
Was this helpful?
String trim (For modes 2D, 3D, Console)
Returns string without spaces or another white-space character at the beginning or at the end of the string.
Was this helpful?
Font (For modes 2D, 3D, Console)
Returns object of the type Font, that we choose from the dialog for selecting font.
Use the Font icon to specify the kind, style and size of the font used to display the text.
Was this helpful?
Color (For modes 2D, 3D, Console)
Returns object of the type Color, that we choose from the dialog for selecting color.
Was this helpful?
Length (For modes 2D, 3D, Console)
Length property tells the length of given string.
Was this helpful?
Index of (For modes 2D, 3D, Console)
Returns position of searched substring in string.
Was this helpful?


Did you find this information useful?
Documentation of SGP Baltie 4 C#
Send us comments on this topic by this form ©1978-2010 SGP Systems

Parent page | Previous page | Next page