PhoneNumberUtils.CalledPartyBCDFragmentToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
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.