Bridge

RuntimeHelpers..::..OffsetToStringData Property

Gets the offset, in bytes, to the data in the given string.

Namespace:  System.Runtime.CompilerServices
Assembly:  Bridge (in Bridge.dll)

Syntax


public static int OffsetToStringData { get; }
Public Shared ReadOnly Property OffsetToStringData As Integer
	Get
public:
static property int^ OffsetToStringData {
	int^ get ();
}

Return Value

The byte offset, from the start of the String object to the first character in the string.