This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.WriteUTF8 Method (ArcObjects .NET 10.5 SDK) |
This method is used to write AMF0 strings. AMF0 format only. Don't use this method for AMF3 objects.
[Visual Basic .NET] Public Sub WriteUTF8 ( _ ByVal Value As String _ )
[C#] public void WriteUTF8 ( string Value );
[C++]
HRESULT WriteUTF8(
BSTR Value
);
[C++]
Parameters Value [in] Value is a parameter of type BSTR