Search Results for

    Method ToByteArray

    ToByteArray(sbyte[])

    sbyte[] convert to byte[]

    Declaration
    public static byte[] ToByteArray(this sbyte[] origin)
    Parameters
    Type Name Description
    sbyte[] origin

    sbyte[]

    Returns
    Type Description
    byte[]
    In This Article