IStringMarshaler.Unmarshal Method (IStringType, ReadOnlySpan.Byte., String.)
Unmarshals the specified string type.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
int Unmarshal(
IStringType stringType,
ReadOnlySpan<byte> source,
out string value
)
Parameters
stringType |
Type: TwinCAT.TypeSystem.IStringType |
source |
Type: System.ReadOnlySpan.Byte. |
value |
Type: System.String. |
Return Value
Type: Int32
The number of unmarshalled bytes.