10 references to ByteType
System.Xml (10)
System\Xml\Schema\XmlValueConverter.cs (10)
1141if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 1147if (sourceType == ByteType) return this.ChangeType((int) (byte) value, destinationType); 1165if (sourceType == ByteType) return this.ChangeType((int) (byte) value, destinationType); 1175if (destinationType == ByteType) return Int32ToByte(this.ToInt32(value)); 2378if (sourceType == ByteType) return XmlConvert.ToString((byte) value); 2484if (destinationType == ByteType) return Int32ToByte(XmlConvert.ToInt32((string) value)); 2518if (destinationType == ByteType) { 2630if (clrType == ByteType) return true; 2994if (sourceType == ByteType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.UnsignedByte), value)); 3166if (itemTypeDst == ByteType) return ToArray<byte>(value, nsResolver);