Spring.SystemUtils Namespace
Provides the internal utilities for Spring4D.
Name | Description | |
---|---|---|
ConvertStrToDateTime(string,string) | Parses a string to a datetime value based on the specified format. An EConvertError exception will be raised if failed to parse the string. | |
GetByteLength(RawByteString) | Overloaded. Retrieves the byte length of a | |
GetByteLength(string) | Overloaded. Retrieves the byte length of a unicode string. | |
GetByteLength(WideString) | Overloaded. Retrieves the byte length of a WideString. | |
SplitNullTerminatedStrings(PChar) | Returns a string array that contains the substrings in the buffer that are delimited by null char (#0) and ends with an additional null char. | |
SplitString(PChar) | Overloaded. Returns a string array that contains the substrings in the buffer that are delimited by null char (#0) and ends with an additional null char. | |
SplitString(PChar,Integer,TSysCharSet,Boolean) | Overloaded. Represents method | |
SplitString(string,TSysCharSet,Boolean) | Overloaded. Overloads. SplitString | |
SplitString(TCharArray,TSysCharSet,Boolean) | Overloaded. Represents method | |
TryConvertStrToDateTime(string,string,TDateTime) | Try parsing a string to a datetime value based on the specified format. Returns True if the input string matches the format. |