Namespace: Spire.Doc.Documents.Converters.Core.Base
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public static string BytesToHex( byte[] bytes, int startIndex, int length, bool reversed )
Public Shared Function BytesToHex ( bytes As Byte(), startIndex As Integer, length As Integer, reversed As Boolean ) As String
public: static String^ BytesToHex( array<unsigned char>^ bytes, int startIndex, int length, bool reversed )
static member BytesToHex : bytes : byte[] * startIndex : int * length : int * reversed : bool -> string