Charset.Contains(Charset) 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.
Tells whether or not this charset contains the given charset.
[Android.Runtime.Register("contains", "(Ljava/nio/charset/Charset;)Z", "GetContains_Ljava_nio_charset_Charset_Handler")]
public abstract bool Contains (Java.Nio.Charset.Charset? cs);
[<Android.Runtime.Register("contains", "(Ljava/nio/charset/Charset;)Z", "GetContains_Ljava_nio_charset_Charset_Handler")>]
abstract member Contains : Java.Nio.Charset.Charset -> bool
Parameters
- cs
- Charset
The given charset
Returns
true if the given charset is contained in this charset
- Attributes
Remarks
Java documentation for java.nio.charset.Charset.contains(java.nio.charset.Charset).
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.