Share via


xGlobal.company Method

Definition

Overloads

company(Int32)
company(Int32, String)

company(Int32)

public:
 static System::String ^ company(int num1);
public static string company (int num1);
static member company : int -> string
Public Shared Function company (num1 As Integer) As String

Parameters

num1
Int32

Returns

Applies to

company(Int32, String)

public:
 static System::String ^ company(int _tableid, System::String ^ _company);
public static string company (int _tableid, string _company);
static member company : int * string -> string
Public Shared Function company (_tableid As Integer, _company As String) As String

Parameters

_tableid
Int32
_company
String

Returns

Applies to