System::Globalization::TextInfo::get_IsRightToLeft method

TextInfo::get_IsRightToLeft method

Checks if text is written left to right.

bool System::Globalization::TextInfo::get_IsRightToLeft() const

ReturnValue

True if text direction is LTR, false if it is RTL.

See Also