 |  | String ends with... (For modes 2D, 3D, Console) |  Show exampleHide example | Returns true if string ends wit given substring. | |
|
|  | String join (For modes 2D, 3D, Console) |  Show exampleHide example | Joins array of strings into the one according to the given parameters. | |
|
|  | String remove (For modes 2D, 3D, Console) |  Show exampleHide example | Removes part of the string according to the given parameters. | |
|
|  | String replace (For modes 2D, 3D, Console) |  Show exampleHide example | Replace in the string one substring with another one. | |
|
|  | String split (For modes 2D, 3D, Console) |  Show exampleHide example | Returns an array of strings, created by splitting the original string by given character. | |
|
|  | String starts with... (For modes 2D, 3D, Console) |  Show exampleHide example | Returns true, if the string starts with the given substring. | |
|
|  | String substring (For modes 2D, 3D, Console) |  Show exampleHide example | Returns given portion of the string. | |
|
|  | Lower case (For modes 2D, 3D, Console) |  Show exampleHide example | Returns string with all letters converted to lower case. | |
|
|  | Upper case (For modes 2D, 3D, Console) |  Show exampleHide example | Returns string with all letters converted to upper case. | |
|
|  | String trim (For modes 2D, 3D, Console) |  Show exampleHide example | Returns string without spaces or another white-space character at the beginning or at the end of the string. | |
|
|  | Color (For modes 2D, 3D, Console) |  Show exampleHide example | Returns object of the type Color, that we choose from the dialog for selecting color. | Sets color of pen on green and draw line. Then sets color of pen to blue and draw line again. | | |
|
|
|  | Length (For modes 2D, 3D, Console) |  Show exampleHide example | Length property tells the length of given string. | Writes into the output window number 4, which is length of the word test. | | |
|
|
|  | Index of (For modes 2D, 3D, Console) |  Show exampleHide example | Returns position of searched substring in string. | Writes into the output window number 2, which is position of the letter s in the word test. | | |
|
|
Did you find this information useful?
Documentation of SGP Baltie 4 C# Send us comments on this topic by this form
©1978-2010 SGP SystemsParent page | Previous page | Next page |