let uneVal: any = 'Une string'; let taille: number = (<string> uneVal).length; let uneValString:string = uneVal;