다음을 통해 공유


Transliterator.ToRules(Boolean) Method

Definition

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.

Applies to