StringService Class
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.
Provides methods to validate a string for use with Xbox Live.
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class StringService
type StringService = class
interface __IStringServicePublicNonVirtuals
Public NotInheritable Class StringService
- Inheritance
-
StringService
- Attributes
-
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute
Methods
VerifyStringAsync(String) |
Verifies if a string contains acceptable text for use with Xbox Live. |
VerifyStringsAsync(IVectorView<String>) |