[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int ToBytesAscii(
	string value,
	byte[] data,
	int index
)
Public Function ToBytesAscii ( _
	value As String, _
	data As Byte(), _
	index As Integer _
) As Integer
public:
int ToBytesAscii(
	String^ value, 
	array<unsigned char>^ data, 
	int index
)

Parameters

value
String
data
array< Byte >[]()[]
index
Int32

See Also