TString Properties |
The TString type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacity |
Return the capacity of the string
|
![]() | Data |
Get the raw data as an array of byte.
|
![]() | DataPointer |
Returns a const char pointer to the start of the underlying string. The
underlying character buffer may not be null-terminated.
|
![]() | Disposed |
Returns true if the object has been disposed.
(Inherited from DisposableObject.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Size |
Returns the size of the string.
|
![]() | Type |
Get the type of the TString
|