XmlCDataSection.ReplaceData | replaceData method
Replaces the specified number of characters with the supplied string.
Syntax
public void ReplaceData( uint offset, uint count, string data )
Parameters
- offset
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The offset, in characters, at which to start replacing string data.
- count
-
Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]
The number of characters to replace.
- data
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The new data that replaces the old string data.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
