ReadOnly()

TextInfo::ReadOnly(const TextInfoPtr&) method

Gets a read only version of culture.

static TextInfoPtr System::Globalization::TextInfo::ReadOnly(const TextInfoPtr &text_info)

Arguments

ParameterTypeDescription
text_infoconst TextInfoPtr&TextInfo to wrap as read-only.

Return Value

If text_info is read-only, returns same object, otherwise creates a read-only copy.

See Also