SegmentHelper.StreamToBase64 method

图片流转Base64字符串

public static string StreamToBase64(this Stream stream)
parameterdescription
stream图片流

See Also