DomCharacterData.SubstringData(UInt32, UInt32) 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.
[Foundation.Export("substringData:length:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string SubstringData(uint offset, uint length);
[<Foundation.Export("substringData:length:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SubstringData : uint32 * uint32 -> string
override this.SubstringData : uint32 * uint32 -> string
Parameters
- offset
- UInt32
- length
- UInt32
Returns
- Attributes