Text.getString

Get a copy of the text's string.

class Text
const
const(T)[]
getString
(
T = char
)
()
if (
is(T == dchar) ||
is(T == wchar)
||
is(T == char)
)

Return Value

Type: const(T)[]

a copy of the text's string.

//deprecated: Use the 'string' property instead.

Meta