DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_binary_to_decimal()
The
mi_binary_to_decimal()
function creates a decimal string from the internal representation stored in an
mi_decimal
structure, and it converts from the processing locale to the target locale if necessary.
Syntax
mi_lvarchar *mi_binary_to_decimal(
decimal_data
)
mi_decimal *decimal_data;
decimal_data
is the internal representation of the
decimal
data.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Return Values
A pointer to the buffer that contains the resulting
decimal
string.
Related Topics
For additional information, see the descriptions of the following functions:
mi_date_to_binary()
,
mi_datetime_to_binary()
,
mi_money_to_binary()
,
mi_decimal_to_binary()
,
mi_binary_to_date()
,
mi_binary_to_datetime()
, and
mi_binary_to_money()
.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.