ServerUtils.IconToBase64 Method

Converts a PNG image to be stored in IProfile.IconData (as base64 string).

C#

public static string IconToBase64(Image png);

Description

param name="png"> The image to be encoded in base64.

Group

ServerUtils Methods