字元的型別轉換

2021-06-13 22:51:04 字數 2012 閱讀 5715

public class gf_convert

///

/// char陣列 轉換 字串

///

///

///

public static string chararray2string(char in_str)

///

/// byte陣列 轉換 字串

///

///

///

public static string bytearray2string(byte in_str)

///

/// 字串 轉換 byte陣列  注意轉換出來會使原來的bytearray長度變短

///

///

///

public static byte string2bytearray(string in_str)

///

/// 字串 轉換 byte陣列  長度為傳如的長度

///

/// 傳入字串

/// 目標位元組陣列長度

///

public static byte string2bytearray(string in_str, int ilen)

///

/// 將字串編碼為base64字串

///

///

///

public static string base64encode(string str)

///

/// 將base64字串解碼為普通字串

///

///

///

public static string base64decode(string str)

catch

}///

/// 轉換 byte陣列

///

///

///

///

public static byte image_image2byte(image pic, system.drawing.imaging.imageformat fmt)

///

/// byte陣列 轉換

///

///

///

public static image image_byte2image(byte bytes)

///

/// ip 轉換 長整形

///

///

///

public static long ip2long(string strip)

///

/// 長整形 轉換 ip

///

///

///

public static string long2ip(long longip)

///

/// 將8位日期型整型資料轉換為日期字串資料

///

/// 整型日期

/// 是否以中文年月日輸出

///

public static string formatdate(int date, bool chntype)

///

/// string型轉換為bool型

///

/// 要轉換的字串

/// 預設值

/// 轉換後的bool型別結果

public static bool strtobool(object expression, bool defvalue)

///

/// string型轉換為bool型

///

/// 要轉換的字串

/// 預設值

/// 轉換後的bool型別結果

public static bool strtobool(string expression, bool defvalue)

return defvalue;

}

型別轉換字元型別

最近呼叫物流介面遇到返回型別為 對方使用的是soap通訊,通過wsdl方式請求並返回結果,print type orcl quote resp 父類是乙個字元型別 object basestring unicode text from xml.sax.saxutils import escape p...

字元型別轉換

char 1 char digits 0123456789abcdef tochararray int 1 使用強制型別轉換 int 浮點數 2 使用convert.toint32 string 3 使用 int.parse string 或 int.tryparse string,out int ...

字元型別轉換

char 1 char digits 0123456789abcdef tochararray int 1 使用強制型別轉換 int 浮點數 2 使用convert.toint32 string 3 使用 int.parse string 或 int.tryparse string,out int ...