Click or drag to resize

IByteGetBytes(String, Encoding) Method


Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
byte[] GetBytes(
	string str,
	Encoding encoding
)

Parameters

str  String
 
encoding  Encoding
 

Return Value

Byte
See Also