mobile_providers_split_3gpp_mcc_mnc
Description:
public bool mobile_providers_split_3gpp_mcc_mnc (
string mccmnc,
out string mcc,
out string mnc)
Splits the input MCCMNC string into separate MCC and MNC strings.
Parameters:
| mccmnc |
input MCCMNC string.
|
| mcc |
the MCC.
|
| mnc |
the MNC.
|
Returns:
|
true if correctly split and mcc and mnc are set;
false otherwise.
|