PhoneNumberUtils.CalledPartyBCDFragmentToString Method

Definition

Overloads

CalledPartyBCDFragmentToString(Byte[], Int32, Int32)

Like calledPartyBCDToString, but field does not start with a TOA byte.

CalledPartyBCDFragmentToString(Byte[], Int32, Int32, BcdExtendedType)

Like calledPartyBCDToString, but field does not start with a TOA byte.

CalledPartyBCDFragmentToString(Byte[], Int32, Int32)

Like calledPartyBCDToString, but field does not start with a TOA byte.

[Android.Runtime.Register("calledPartyBCDFragmentToString", "([BII)Ljava/lang/String;", "")]
public static string? CalledPartyBCDFragmentToString (byte[]? bytes, int offset, int length);
[<Android.Runtime.Register("calledPartyBCDFragmentToString", "([BII)Ljava/lang/String;", "")>]
static member CalledPartyBCDFragmentToString : byte[] * int * int -> string

Parameters

bytes
Byte[]
offset
Int32
length
Int32

Returns

Attributes

Remarks

Like calledPartyBCDToString, but field does not start with a TOA byte. For example: SIM ADN extension fields

This member is deprecated. use #calledPartyBCDFragmentToString(byte[], int, int, int) instead. Calling this method is equivalent to calling #calledPartyBCDFragmentToString(byte[], int, int, int) with #BCD_EXTENDED_TYPE_EF_ADN as the extended type.

Java documentation for android.telephony.PhoneNumberUtils.calledPartyBCDFragmentToString(byte[], int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CalledPartyBCDFragmentToString(Byte[], Int32, Int32, BcdExtendedType)

Like calledPartyBCDToString, but field does not start with a TOA byte.

[Android.Runtime.Register("calledPartyBCDFragmentToString", "([BIII)Ljava/lang/String;", "", ApiSince=28)]
public static string? CalledPartyBCDFragmentToString (byte[]? bytes, int offset, int length, Android.Telephony.BcdExtendedType bcdExtType);
[<Android.Runtime.Register("calledPartyBCDFragmentToString", "([BIII)Ljava/lang/String;", "", ApiSince=28)>]
static member CalledPartyBCDFragmentToString : byte[] * int * int * Android.Telephony.BcdExtendedType -> string

Parameters

bytes
Byte[]
offset
Int32
length
Int32
bcdExtType
BcdExtendedType

Returns

Attributes

Remarks

Like calledPartyBCDToString, but field does not start with a TOA byte. For example: SIM ADN extension fields

Java documentation for android.telephony.PhoneNumberUtils.calledPartyBCDFragmentToString(byte[], int, int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to