public static string FromUtf8ByteArray( byte[] bytes, int index, int count )
Public Shared Function FromUtf8ByteArray ( bytes As Byte(), index As Integer, count As Integer ) As String
public: static String^ FromUtf8ByteArray( array<unsigned char>^ bytes, int index, int count )
Org.BouncyCastle.Utilities.Strings.FromUtf8ByteArray = function(bytes, index, count);
In This Article