Share via


NLTokenizer.String Property

Definition

Gets or sets the string to process.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string? String { [Foundation.Export("string", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setString:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("string", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setString:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.String : string with get, set

Property Value

The string to process.

Attributes

Applies to