Transliterator.ToRules(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a rule string for this transliterator.
[Android.Runtime.Register("toRules", "(Z)Ljava/lang/String;", "GetToRules_ZHandler", ApiSince=29)]
public virtual string? ToRules (bool escapeUnprintable);
[<Android.Runtime.Register("toRules", "(Z)Ljava/lang/String;", "GetToRules_ZHandler", ApiSince=29)>]
abstract member ToRules : bool -> string
override this.ToRules : bool -> string
Parameters
- escapeUnprintable
- Boolean
if true, then unprintable characters will be converted to escape form backslash-'u' or backslash-'U'.
Returns
- Attributes
Remarks
Returns a rule string for this transliterator.
Java documentation for android.icu.text.Transliterator.toRules(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.