System::Globalization::TextInfo::ReadOnly method
TextInfo::ReadOnly method
Gets a read only version of culture.
static TextInfoPtr System::Globalization::TextInfo::ReadOnly(const TextInfoPtr &text_info)
Parameter | Type | Description |
---|---|---|
text_info | const TextInfoPtr& | TextInfo to wrap as read-only. |
ReturnValue
If text_info is read-only, returns same object, otherwise creates a read-only copy.
See Also
- Typedef TextInfoPtr
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.PUB for C++