of_string


pfcapsrv.pbl   >   pfc_n_cst_conversion   >   of_string   

Full name pfc_n_cst_conversion.of_string
Access public
Extend of string
Return value string
Prototype public function string of_string(boolean)

Name Datatype
No Data

Name Datatype
ls_null String

public function string of_string (boolean ab_parm);//////////////////////////////////////////////////////////////////////////////
//
//	Function:		of_String
//
//	Access:			public
//
//	Arguments:
//	ab_parm			The boolean value to be converted to a string.
//
//	Returns:  		string	
//						The string value of the passed boolean argument.
//						If any argument's value is NULL, function returns NULL.
//
//	Description:  	Returns the passed boolean value as a string.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

//Check parameters
If IsNull(ab_parm) Then
	String ls_null
	SetNull(ls_null)
	Return ls_null
End If

Return of_String(ab_parm, 'TRUEFALSE')

end function

     
Name Owner
pfc_n_cst_apppreference.of_restoreuser pfc_n_cst_apppreference
pfc_n_cst_apppreference.of_restoreapp pfc_n_cst_apppreference
pfc_n_cst_apppreference.of_saveapp pfc_n_cst_apppreference
pfc_n_cst_apppreference.of_saveuser pfc_n_cst_apppreference
pfc_n_cst_winsrv_preference.of_save pfc_n_cst_winsrv_preference
pfc_u_tabpg_dwproperty_srvprintpreview.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvprintpreview
pfc_u_tabpg_dwproperty_srvcalendar2.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvcalendar2
pfc_u_tabpg_dwproperty_srvcalendar.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvcalendar
pfc_u_tabpg_dwproperty_srvcalculator.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvcalculator
pfc_u_tabpg_dwproperty_srvquerymode.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvquerymode
pfc_u_tabpg_dwproperty_srvfilter.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvfilter
pfc_u_tabpg_dwproperty_srvfind.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvfind
pfc_u_tabpg_dwproperty_srvmultitable.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvmultitable
pfc_u_tabpg_dwproperty_srvlinkage2.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvlinkage2
pfc_u_tabpg_dwproperty_srvrowselection.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvrowselection
pfc_u_tabpg_dwproperty_srvsort.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvsort
pfc_u_tabpg_dwproperty_srvrowmanager.pfc_propertysyntax pfc_u_tabpg_dwproperty_srvrowmanager

     
Name Owner
systemfunctions.isnull systemfunctions
systemfunctions.setnull systemfunctions
pfc_n_cst_conversion.of_string pfc_n_cst_conversion

     
Full name
No Data

     
Name Scope
No Data