viernes, 1 de febrero de 2008

Funciones de conversion de cadena.

Function Format: Rich formatting of numbers and text into a string
Function StringToWideChar: Converts a normal string into a WideChar 0 terminated buffer
Function StrToCurr: Convert a number string into a currency value
Function StrToDate: Converts a date string into a TDateTime value
Function StrToDateTime: Converts a date+time string into a TDateTime value
Function StrToFloat: Convert a number string into a floating point value
Function StrToInt: Convert an integer string into an Integer value
Function StrToInt64: Convert an integer string into an Int64 value
Function StrToInt64Def: Convert a string into an Int64 value with default
Function StrToIntDef: Convert a string into an Integer value with default
Function StrToTime: Converts a time string into a TDateTime value

No hay comentarios: